'宣言 Public Function New( _ ByVal ParamArray items() As System.String _ )
'使用法 Dim items() As System.String Dim instance As New RenderInputComboBox(items)
public RenderInputComboBox( params System.string[] items )
パラメータ
- items
- The strings that are used to initialize the RenderInputComboBox.Items array.